ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / IsDroppedDown Property

In This Topic
    IsDroppedDown Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.DropDown.IsDroppedDown. Sets a value indicating whether the drop down is currently visible.
    Syntax
    'Declaration
     
    Public Property IsDroppedDown As Boolean
    public bool IsDroppedDown {get; set;}
    See Also